FLATPAK BUILD-BUNDL(1) | flatpak build-bundle | FLATPAK BUILD-BUNDL(1) |
NAME¶
flatpak-build-bundle - Create a single-file bundle from a local repository
SYNOPSIS¶
flatpak build-bundle [OPTION...] LOCATION FILENAME NAME [BRANCH]
DESCRIPTION¶
Creates a single-file named FILENAME for the application (or runtime) named NAME in the repository at LOCATION. If a BRANCH is specified, this branch of the application is used.
The collection ID set on the repository at LOCATION (if set) will be used for the bundle.
Unless --oci is used, the format of the bundle file is that of an ostree static delta (against an empty base) with some flatpak specific metadata for the application icons and appdata.
OPTIONS¶
The following options are understood:
-h, --help
--runtime
--arch=ARCH
--repo-url=URL
--runtime-repo=URL
--gpg-keys=FILE
--gpg-homedir=PATH
--from-commit=COMMIT
--oci
-v, --verbose
--ostree-verbose
EXAMPLES¶
$ flatpak build-bundle /var/lib/flatpak/repo gnome-calculator.flatpak org.gnome.Calculator stable
$ flatpak build-bundle ~/.local/share/flatpak/repo gnome-calculator.flatpak org.gnome.Calculator stable
SEE ALSO¶
ostree(1), flatpak(1), flatpak-build-init(1), flatpak-build(1), flatpak-build-finish(1), flatpak-build-import-bundle(1), flatpak-build-update-repo(1)
flatpak |